.xmt-boxs .news-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, #FEF2FE 0%, #E8F5FF 100%);
  padding-bottom: 146px;
}
.xmt-boxs .news-wrapper .title-wrapper {
  margin-top: 93px;
  margin-bottom: 64px;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list {
  display: flex;
  flex-direction: row;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main {
  width: 380px;
  height: 374px;
  border: 2px #fff solid;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0 32px;
  margin-right: 42px;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main h2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 24px;
  line-height: 24px ;
  border: none;
  margin-bottom: 0;
  padding: 35px 0 28px;
  font-family: PingFang SC;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main h2 span {
  height: auto;
  border: none;
  font-weight: bold;
  font-size: 26px;
  color: #000033;
  padding-left: 12px;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main h2 a {
  font-weight: 500;
  font-size: 14px;
  color: #FF5C50;
  width: 63px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: #FFF5F0;
  border-radius: 12px;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main ul {
  height: 234px;
  overflow: hidden;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main ul li {
  line-height: 39px;
  height: 39px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main ul li a {
  font-size: 15px;
  color: #404550;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main ul li a span {
  display: none;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main:last-child ul li a span {
  display: inline-block;
  font-weight: bold;
  box-shadow: none;
  margin-right: 3px;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main ul li:nth-child(-n+3) a span {
  color: #e9152e;
}
.xmt-boxs .news-wrapper .news-content .newsinfo_list .list_main ul li:hover a {
  color: #006cff;
  text-decoration: none;
}
